home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2005 May / PC för Alla 0505.iso / fullversioner / realsoft3d / data1.cab / Scripting / scripting / Windows / modelview.js < prev   
Encoding:
Text File  |  2005-04-04  |  220 b   |  9 lines

  1. include("myclasses/windows/mySpherePropWin.js");
  2.  
  3. if(view = new mySpherePropWin(R3WGA_Parent, _r3gui)) {
  4.     view.SetModel(GetJS("CurrentProject.Geometrics"));
  5.  
  6.     view.FIT(R3WFP_BESTFIT);
  7.     view.REALIZE();
  8. }
  9.